home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OAPPROOT.PAK / BUILDALL.BAT
DOS Batch File  |  1997-05-06  |  2KB  |  105 lines

  1. @echo off
  2. if /%mk%/ == // set mk=make
  3.  
  4. if exist   aclock\NUL   cd aclock
  5. %mk% %1 %2 %3 %4
  6. if errorlevel 1 set err=1
  7. if exist ..\aclock\NUL  cd ..
  8.  
  9. if exist   applaunc\NUL cd applaunc
  10. %mk% %1 %2 %3 %4
  11. if errorlevel 1 set err=1
  12. if exist ..\applaunc\NUL cd ..
  13.  
  14. if exist   blazer\NUL   cd blazer
  15. %mk% %1 %2 %3 %4
  16. if errorlevel 1 set err=1
  17. if exist ..\blazer\NUL  cd ..
  18.  
  19. if exist   bmpview\NUL  cd bmpview
  20. %mk% %1 %2 %3 %4
  21. if errorlevel 1 set err=1
  22. if exist ..\bmpview\NUL cd ..
  23.  
  24. if exist   calc\NUL     cd calc
  25. %mk% %1 %2 %3 %4
  26. if errorlevel 1 set err=1
  27. if exist ..\calc\NUL    cd ..
  28.  
  29. if exist   cursor\NUL   cd cursor
  30. %mk% %1 %2 %3 %4
  31. if errorlevel 1 set err=1
  32. if exist ..\cursor\NUL  cd ..
  33.  
  34. if exist   draw\NUL     cd draw
  35. %mk% %1 %2 %3 %4
  36. if errorlevel 1 set err=1
  37. if exist ..\draw\NUL    cd ..
  38.  
  39. if exist filebrow\NUL   cd filebrow
  40. %mk% %1 %2 %3 %4
  41. if errorlevel 1 set err=1
  42. if exist ..\filebrow\NUL cd ..
  43.  
  44. if exist  gdidemo\NUL   cd gdidemo
  45. %mk% %1 %2 %3 %4
  46. if errorlevel 1 set err=1
  47. if exist ..\gdidemo\NUL cd ..
  48.  
  49. if exist  hello\NUL     cd hello
  50. %mk% %1 %2 %3 %4
  51. if errorlevel 1 set err=1
  52. if exist ..\hello\NUL   cd ..
  53.  
  54. if exist intldemo\NUL   cd intldemo
  55. %mk% %1 %2 %3 %4
  56. if errorlevel 1 set err=1
  57. if exist ..\intldemo\NUL cd ..
  58.  
  59. if exist led\NUL        cd led
  60. %mk% %1 %2 %3 %4
  61. if errorlevel 1 set err=1
  62. if exist ..\led\NUL     cd ..
  63.  
  64. if exist mdifile\NUL    cd mdifile
  65. %mk% %1 %2 %3 %4
  66. if errorlevel 1 set err=1
  67. if exist ..\mdifile\NUL cd ..
  68.  
  69. if exist mthread\NUL    cd mthread
  70. %mk% %1 %2 %3 %4
  71. if errorlevel 1 set err=1
  72. if exist ..\mthread\NUL cd ..
  73.  
  74. if exist notebook\NUL   cd notebook
  75. %mk% %1 %2 %3 %4
  76. if errorlevel 1 set err=1
  77. if exist ..\notebook\NUL cd ..
  78.  
  79. if exist owlcmd\NUL     cd owlcmd
  80. %mk% %1 %2 %3 %4
  81. if errorlevel 1 set err=1
  82. if exist ..\owlcmd\NUL  cd ..
  83.  
  84. if exist paint\NUL      cd paint
  85. %mk% %1 %2 %3 %4
  86. if errorlevel 1 set err=1
  87. if exist ..\paint\NUL   cd ..
  88.  
  89. if exist peeper\NUL     cd peeper
  90. %mk% %1 %2 %3 %4
  91. if errorlevel 1 set err=1
  92. if exist ..\peeper\NUL  cd ..
  93.  
  94. if exist scrnsave\NUL   cd scrnsave
  95. %mk% %1 %2 %3 %4
  96. if errorlevel 1 set err=1
  97. if exist ..\scrnsave\NUL cd ..
  98.  
  99. if exist sdifile\NUL    cd sdifile
  100. %mk% %1 %2 %3 %4
  101. if errorlevel 1 set err=1
  102. if exist ..\sdifile\NUL cd ..
  103.  
  104. :end
  105.